home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / security / netlog-1.02 / extract / builder.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-20  |  469 b   |  21 lines

  1. /*
  2.      extract - A network log processor
  3.      Copyright (C) 1993 Douglas Lee Schales, David K. Hess, David R. Safford
  4.  
  5.      Please see the file `COPYING' for the complete copyright notice.
  6.  
  7. builder.h - 03/20/93
  8.  
  9. */
  10. #ifndef __BUILDER_H__
  11. #define __BUILDER_H__
  12.  
  13. extern void pushoper(unsigned int);
  14. extern void pushuoper(unsigned int);
  15. extern void pushkey(unsigned int);
  16. extern void pushval(unsigned long);
  17. extern void queuestmt(void);
  18. extern void queueact(int);
  19.  
  20. #endif
  21.